diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-29 19:55:00 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-29 19:55:00 -0500 |
| commit | ac4eb3fe09f570e19f4c9d5903ba0b1faa1c3467 (patch) | |
| tree | 3caa1dac3368fc1be7c17754632cb852b34d080d /config/waybar/style/[Wallust] Box type.css | |
| parent | 585db1cbfbd6dda9e6fa4f419bbf206382ead784 (diff) | |
Fixing CSS style sheet contrasts
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/waybar/style/[Colored] Translucent.css
modified: config/waybar/style/[Wallust] Box type.css
Diffstat (limited to 'config/waybar/style/[Wallust] Box type.css')
| -rw-r--r-- | config/waybar/style/[Wallust] Box type.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config/waybar/style/[Wallust] Box type.css b/config/waybar/style/[Wallust] Box type.css index 8157810b..a641762e 100644 --- a/config/waybar/style/[Wallust] Box type.css +++ b/config/waybar/style/[Wallust] Box type.css @@ -51,8 +51,8 @@ window#waybar.empty #window { #taskbar button.active, #workspaces button.active { - color: @color12; - background-color: @foreground; + color: @foreground; + background-color: @color0; padding-left: 4px; padding-right: 8px; animation: gradient_f 20s ease-in infinite; @@ -61,11 +61,12 @@ window#waybar.empty #window { #taskbar button.focused, #workspaces button.focused { - color: @color4; + color: @color14; + background-color: @color0; } #workspaces button.urgent { - color: #11111b; + color: #ffffff; border-radius: 10px; } |
